home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio
/
Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso
/
DREAMSDK.WIN
/
INCLUDE
/
XPROJPRE.OPT
< prev
next >
Wrap
Text File
|
1995-09-01
|
2KB
|
49 lines
# $Id: xprojpre.opt 1.14 1995/05/23 19:17:01 JOHN Exp $
#
#ifdef _MAC
#define BS :
#define DD ::
#
#define CROSS ::::::cross:
#define RDF :::::
#define RDFCODE :::::rdf:rdf3:
#define OLYMPUS ::::
#define XTENSION :::
#define OBJS :objs:
#define XGLUEOBJS {XTENSION}XGLUE:OBJS:
#define RCSROOT R&D2:rcs:newdb:
#define MACINCLUDES sorry:you:need:a:full:pathname:
#define EXTRACPPOPTIONS
#
#define STANDARDCOMPILE SET outfile %s%s; SET infile %s; Echo "STD Compile: {infile}"; {STDCOMPILE}
#define SYMBOLCOMPILE SET outfile %s%s; SET infile %s; Echo "SYM Compile: {infile}"; {SYMCOMPILE}
#define OPTIMIZECOMPILE SET outfile %s%s; SET infile %s; Echo "OPT Compile: {infile}"; {OPTCOMPILE}
#define ASMPPCCOMPILE SET outfile %s%s; SET infile %s; Echo "PPC Assembling: {infile}"; {ASMPPC}
#define ASMCOMPILE SET outfile %s%s; SET infile %s; Echo "68K Assembling: {infile}"; {ASM68K}
#endif
#
#ifdef _WIN
#define BS \
#define DD ..\
#
#define CROSS \src\cross\
#define RDF \src\rdf\
#define RDFCODE \src\rdf\rdf3\
#define OLYMPUS \src\rdf\olympus\
#define XTENSION \src\rdf\olympus\xtension\
#define OBJS .\OBJS\
#define RCSROOT h:\rcs\newdb\
#define TASM \tasm\bin\tasm
#define MASM61 h:\tools\nttools\ml
#define BC4 \BC4
#define MSVC \MSVC
#define MSVC20 \MSVC20
#define WATCOM \WATCOM
#
#define STANDARDCOMPILE $(CPP) $(CFLAGS) $(CONFIGFILE) $(CPPOUTPUTOPTION)%s%s.obj %s
#define SYMBOLCOMPILE $(CPP) $(CFLAGS) $(CONFIGFILE) $(DEBUGOPTION) $(CPPOUTPUTOPTION)%s%s.obj %s
#define OPTIMIZECOMPILE $(CPP) $(CFLAGS) $(CONFIGFILE) $(CPPOUTPUTOPTION)%s%s.obj %s
###define ASMCOMPILE $(ASM) $(ASMFLAGS) %s $@
#define ASMCOMPILE $(ASM) $(ASMFLAGS) /Fo$@ %s
#endif